home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 23 < prev    next >
Internet Message Format  |  1994-08-27  |  994b

  1. From: error@stack.urc.tue.nl (Erlend Nagel)
  2. Subject: Re: Colour.
  3. Date: Tue, 31 May 1994 08:49:25 +0200 (MET DST)
  4. In-Reply-To: <Pine.3.87.9405301509.A17681-0100000@undergrad> from "Timothy Miller" at May 30, 94 03:26:09 pm
  5. Mime-Version: 1.0
  6. Precedence: bulk
  7.  
  8. Timothy Miller wrote:
  9.  
  10. > A cookie would be ok, except that you'd then have to make library 
  11. > routines for each of the commonly used compilers for accessing the 
  12. > routines, etc.  You'd have to be sure to make this really simple of 
  13. > people won't use it.
  14.  
  15. The thing is that one need only have an include file. Let the
  16. application get the cookie and the pointer in the cookie should point to
  17. a structure of functions. This way there is no need for any library
  18. routines, since all these calls are effectively added to the OS 
  19. except that in this case you can remove this part of the OS when running
  20. in single tasking mode.
  21. BTW again this is about implementation, while we might first want to go
  22. into the issue of functionality.
  23.  
  24. Erlend.
  25.